home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / 184_01.zip / FL2.MAC < prev    next >
Text File  |  1993-06-13  |  896b  |  23 lines

  1. ;This file contains the second of three patches to the 
  2. ;source code for FLTLIB that enable use of the AMD9511 
  3. ;(Intel 8231A) for floating point multiply/divide and 
  4. ;MATHLIB functions.
  5. ;
  6. ;N.T.Carnevale 8/84.
  7. ;
  8. ;Use the following code to replace the four DW's that 
  9. ;starting in the source for FLTLIB at Ftab:
  10. ;
  11. ;See accompanying documentation.  Other useful information
  12. ;is in my article "Faster floating point math," which appeared
  13. ;on pp.46-54 of the Nov/Dec 1985 issue of Micro/Systems Journal.
  14. ;
  15. ; C/80 3.0 (7/7/83) - (c) 1983 Walter Bilofsky - used by permission
  16. ;
  17. Ftab:    DW    fadd.
  18.     DW    fsub        ;next two addresses not used
  19. ;    DW    fpmul
  20. ;    DW    fpdiv
  21. ;
  22. ;END OF FL2.MAC
  23.